diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:58 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:58 -0600 |
commit | 9e5c87c89567a98c3344c90e392a27715437334c (patch) | |
tree | 6c1dd96ae0ba38b7e8f0a492d591881f44f474da /superkaramba/src/karambaapp.cpp | |
parent | 53904b41cf005abbae3d468532db9adc2b04a9b4 (diff) | |
download | tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.tar.gz tdeutils-9e5c87c89567a98c3344c90e392a27715437334c.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'superkaramba/src/karambaapp.cpp')
-rw-r--r-- | superkaramba/src/karambaapp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/superkaramba/src/karambaapp.cpp b/superkaramba/src/karambaapp.cpp index 95f810d..b85137c 100644 --- a/superkaramba/src/karambaapp.cpp +++ b/superkaramba/src/karambaapp.cpp @@ -129,7 +129,7 @@ void KarambaApplication::checkSuperKarambaDir() void KarambaApplication::setUpSysTray(TDEAboutData* about) { //kdDebug() << k_funcinfo << endl; - KAction* action; + TDEAction* action; //Create theme list window. //This will function as the main window for the tray icon @@ -138,7 +138,7 @@ void KarambaApplication::setUpSysTray(TDEAboutData* about) //Set up systray icon sysTrayIcon = new KSystemTray(themeListWindow); - KPopupMenu *menu = sysTrayIcon->contextMenu(); + TDEPopupMenu *menu = sysTrayIcon->contextMenu(); menu->insertItem(SmallIconSet("superkaramba"), i18n("Hide System Tray Icon"), this, TQT_SLOT(globalHideSysTray())); |