summaryrefslogtreecommitdiffstats
path: root/krusader/defaults.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-24 13:25:03 -0600
committerTimothy Pearson <[email protected]>2013-01-24 13:25:03 -0600
commitb8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1 (patch)
tree1ef0b39b7a11558da73419c7162c0b585f640cbe /krusader/defaults.h
parentc92efa3ed8797c482b343539ca6dc628c755370c (diff)
downloadkrusader-b8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1.tar.gz
krusader-b8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'krusader/defaults.h')
-rw-r--r--krusader/defaults.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/krusader/defaults.h b/krusader/defaults.h
index 485ea53..6779dc8 100644
--- a/krusader/defaults.h
+++ b/krusader/defaults.h
@@ -58,7 +58,7 @@
////////////////////////[Look&Feel]
// Filelist Font ///////
-#define _FilelistFont new TQFont(KGlobalSettings::generalFont())
+#define _FilelistFont new TQFont(TDEGlobalSettings::generalFont())
// Warn On Exit ////////
#define _WarnOnExit false
// Minimize To Tray ////
@@ -203,9 +203,9 @@
// Terminal for UserActions ///////////
#define _UserActions_Terminal "konsole --noclose -e"
// Normal font for output collection ///////
-#define _UserActions_NormalFont new TQFont(KGlobalSettings::generalFont())
+#define _UserActions_NormalFont new TQFont(TDEGlobalSettings::generalFont())
// Font for output collection with fixed width ///////
-#define _UserActions_FixedFont new TQFont(KGlobalSettings::fixedFont())
+#define _UserActions_FixedFont new TQFont(TDEGlobalSettings::fixedFont())
// Use for output collection fixed width font as default ///////
#define _UserActions_UseFixedFont false