diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:05:03 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:05:03 -0600 |
commit | f87b5efc367a18b6073f68500fd0dfb8a1e74a48 (patch) | |
tree | 07017af7ef1e6debabbb1dd2968663843ac402ed /src | |
parent | 27c09fed8cd16de1bb0b85f7c6090cf9a443045b (diff) | |
download | kvkbd-f87b5efc367a18b6073f68500fd0dfb8a1e74a48.tar.gz kvkbd-f87b5efc367a18b6073f68500fd0dfb8a1e74a48.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/MainWidget.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWidget.cpp b/src/MainWidget.cpp index 4ac1c01..a356614 100644 --- a/src/MainWidget.cpp +++ b/src/MainWidget.cpp @@ -501,7 +501,7 @@ MainWidget::MainWidget ( TDEAboutData *about, bool tren, TQWidget *parent, const TDEConfig *cfg = TDEApplication::kApplication()->config(); - KPopupMenu *m = tray->contextMenu(); + TDEPopupMenu *m = tray->contextMenu(); m->setCheckable ( true ); KHelpMenu *h = new KHelpMenu ( tray, about ); @@ -663,7 +663,7 @@ void MainWidget::resizeEvent(TQResizeEvent * e) void MainWidget::showConfigMenu() { if (tray){ - KPopupMenu *m = tray->contextMenu(); + TDEPopupMenu *m = tray->contextMenu(); m->popup(mapToGlobal(popup_menu->pos())); } } |