diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:50:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:50:05 -0600 |
commit | 2178da111f72dc574457d5242d120b4d10ea5edd (patch) | |
tree | 3f1a143f751c624ab24c35d67229121c98c7cefa /kteatime | |
parent | f39ce360454f118af0d94b215b83dbd950276ff7 (diff) | |
download | tdetoys-2178da111f72dc574457d5242d120b4d10ea5edd.tar.gz tdetoys-2178da111f72dc574457d5242d120b4d10ea5edd.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'kteatime')
-rw-r--r-- | kteatime/toplevel.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kteatime/toplevel.cpp b/kteatime/toplevel.cpp index 0d4928e..06c31b7 100644 --- a/kteatime/toplevel.cpp +++ b/kteatime/toplevel.cpp @@ -139,7 +139,7 @@ TopLevel::TopLevel() : KSystemTray() rebuildTeaMenus(); // populate tops of menus with tea-entries from config - KHelpMenu* help = new KHelpMenu(this, KGlobal::instance()->aboutData(), false); + KHelpMenu* help = new KHelpMenu(this, TDEGlobal::instance()->aboutData(), false); KPopupMenu* helpMnu = help->menu(); start_menu->insertSeparator(); |