summaryrefslogtreecommitdiffstats
path: root/yakuake/src/main_window.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:27:25 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-24 13:27:25 -0600
commit76a6704302dfb029dbde89678f39399e009a9ffb (patch)
tree56afb463ad316e3b6cc71619aa4ab2074c0e429f /yakuake/src/main_window.h
parent9ac093212c391228f163c9022b3c337c34dca2a2 (diff)
downloadyakuake-76a6704302dfb029dbde89678f39399e009a9ffb.tar.gz
yakuake-76a6704302dfb029dbde89678f39399e009a9ffb.zip
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'yakuake/src/main_window.h')
-rw-r--r--yakuake/src/main_window.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/yakuake/src/main_window.h b/yakuake/src/main_window.h
index a67e736..3aa327c 100644
--- a/yakuake/src/main_window.h
+++ b/yakuake/src/main_window.h
@@ -190,7 +190,7 @@ class MainWindow : public KMainWindow, virtual public DCOPInterface
KPopupMenu* height_menu;
/* Global Key shortcut. */
- KGlobalAccel* global_key;
+ TDEGlobalAccel* global_key;
/* Background widget. */
TQWidget* back_widget;