summaryrefslogtreecommitdiffstats
path: root/starter/starter.h
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2016-03-25 20:06:45 +0100
committerSlávek Banko <slavek.banko@axis.cz>2016-03-25 20:06:45 +0100
commit88b7febc2393324ee14940c1c41a8ddc342c35f6 (patch)
treeb9a917fd3a40988e6e0134490f5357e5335c1c70 /starter/starter.h
parent2ee99ab520931c5efe91123c85ba10064a45e95d (diff)
downloadtde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.tar.gz
tde-style-baghira-88b7febc2393324ee14940c1c41a8ddc342c35f6.zip
Initial TDE conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'starter/starter.h')
-rw-r--r--starter/starter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/starter/starter.h b/starter/starter.h
index 0175ea4..52352b6 100644
--- a/starter/starter.h
+++ b/starter/starter.h
@@ -11,14 +11,14 @@
#include <tqstring.h>
#include <tqpixmap.h>
// #include <tqpainter.h>
-#include <kconfig.h>
-#include <kshortcut.h>
+#include <tdeconfig.h>
+#include <tdeshortcut.h>
#include "starteriface.h"
#include "mykey.h"
class DCOPClient;
class TQLabel;
-class KPopupMenu;
+class TDEPopupMenu;
class StartMenu;
class StarterConfig;
@@ -49,7 +49,7 @@ private:
TQLabel *mainView;
// TQPainter m_painter;
DCOPClient *client;
- KPopupMenu *configPopup;
+ TDEPopupMenu *configPopup;
StartMenu *startMenu;
TQPixmap pixmap;
TQPixmap hoverPixmap;
@@ -58,7 +58,7 @@ private:
typedef TQMap<MyKey,TQString> ShortcutList;
ShortcutList shortcutList;
private slots:
- void addShortcut(const KShortcut&);
+ void addShortcut(const TDEShortcut&);
void updateShortcutButton(const TQString&);
void configureMenu();
void reloadImages();