summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:43 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:14:43 -0600
commitd9056e4cfc9bb3187d193deac2355fce73254d2e (patch)
tree08e5e574b281f3da99abbefdeb01a7860337114f
parent73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb (diff)
downloadtdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.tar.gz
tdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.zip
Rename a number of classes to enhance compatibility with KDE4
-rw-r--r--amor/amor.cpp4
-rw-r--r--amor/amor.h4
-rw-r--r--kodo/kodometer.cpp4
-rw-r--r--kodo/kodometer.h2
-rw-r--r--kteatime/ChangeLog2
-rw-r--r--kteatime/TODO4
-rw-r--r--kteatime/toplevel.cpp12
-rw-r--r--kteatime/toplevel.h4
-rw-r--r--kweather/kweather.cpp2
-rw-r--r--kweather/kweather.h4
-rw-r--r--kweather/serviceconfigdata.ui4
-rw-r--r--kworldwatch/main.cpp2
-rw-r--r--kworldwatch/main.h2
13 files changed, 25 insertions, 25 deletions
diff --git a/amor/amor.cpp b/amor/amor.cpp
index c49a16b..15454c0 100644
--- a/amor/amor.cpp
+++ b/amor/amor.cpp
@@ -607,8 +607,8 @@ void Amor::slotMouseClicked(const TQPoint &pos)
if (!mMenu)
{
KHelpMenu* help = new KHelpMenu(0, TDEGlobal::instance()->aboutData(), false);
- KPopupMenu* helpMnu = help->menu();
- mMenu = new KPopupMenu();
+ TDEPopupMenu* helpMnu = help->menu();
+ mMenu = new TDEPopupMenu();
mMenu->insertTitle("Amor"); // I really don't want this i18n'ed
mMenu->insertItem(SmallIcon("configure"), i18n("&Configure..."), this, TQT_SLOT(slotConfigure()));
mMenu->insertSeparator();
diff --git a/amor/amor.h b/amor/amor.h
index 9991bbb..3e75183 100644
--- a/amor/amor.h
+++ b/amor/amor.h
@@ -45,7 +45,7 @@ class AmorWidget;
class TQTimer;
class KWinModule;
-class KPopupMenu;
+class TDEPopupMenu;
class QueueItem {
public:
@@ -134,7 +134,7 @@ private:
TQTimer *mStackTimer; // Restacking timer
TQTimer *mBubbleTimer;// Bubble tip timer (GP: I didn't create this one, it had no use when I found it)
AmorDialog *mAmorDialog; // Setup dialog
- KPopupMenu *mMenu; // Our menu
+ TDEPopupMenu *mMenu; // Our menu
time_t mActiveTime; // The time an active event occurred
TQPoint mCursPos; // The last recorded position of the pointer
TQString mTipText; // Text to display in a bubble when possible
diff --git a/kodo/kodometer.cpp b/kodo/kodometer.cpp
index fc1b364..43a5794 100644
--- a/kodo/kodometer.cpp
+++ b/kodo/kodometer.cpp
@@ -81,10 +81,10 @@ Kodometer::Kodometer(TQWidget* parent, const char* name)
// setup help menu
help = new KHelpMenu(this, TDEGlobal::instance()->aboutData(), false);
- KPopupMenu* helpMnu = help->menu();
+ TDEPopupMenu* helpMnu = help->menu();
// Make the popup menu
- menu = new KPopupMenu();
+ menu = new TDEPopupMenu();
menu->insertTitle(kapp->miniIcon(), TDEGlobal::instance()->aboutData()->programName());
diff --git a/kodo/kodometer.h b/kodo/kodometer.h
index 74bdf4e..968ddca 100644
--- a/kodo/kodometer.h
+++ b/kodo/kodometer.h
@@ -125,7 +125,7 @@ protected:
KImageNumber* totalLabel;
KImageNumber* speedLabel;
- KPopupMenu* menu;
+ TDEPopupMenu* menu;
KHelpMenu* help;
int metricID;
int autoResetID;
diff --git a/kteatime/ChangeLog b/kteatime/ChangeLog
index 6baec9f..e47bf9c 100644
--- a/kteatime/ChangeLog
+++ b/kteatime/ChangeLog
@@ -46,7 +46,7 @@
- don't display ticks in left-click menu
2003-02-15 Martin Willers <willers@xm-arts.de>
- - using KActions for start, stop, and configure entries
+ - using TDEActions for start, stop, and configure entries
- display list of configured teas on left-click,
making one-click starting of a new tea possible
- some cleanups
diff --git a/kteatime/TODO b/kteatime/TODO
index b53dea2..b1b096d 100644
--- a/kteatime/TODO
+++ b/kteatime/TODO
@@ -18,7 +18,7 @@
- KNotifyClient: passive popup cannot(?) have no timeout
(--> hence no replacement for my own "Popup" action)
- when steeping, display "stop <teaname>" on left-click, not just "stop"
- (not easy when using KAction in a simple way?)
+ (not easy when using TDEAction in a simple way?)
- use QMovie for tea-is-finished-icon instead of two alternating pixmaps?
@@ -31,7 +31,7 @@ internals:
(or at least: x-maximize QListView's titles)
- somehow make double-click with left button start 'current' tea
without displaying start_menu?
-- figure out how to use KAction for "quit"-entry of menu
+- figure out how to use TDEAction for "quit"-entry of menu
(somehow doesn't work as expected..)
- some more tidying of configure-dialog
(eg. initial position!, initial size)
diff --git a/kteatime/toplevel.cpp b/kteatime/toplevel.cpp
index 0619994..f73209f 100644
--- a/kteatime/toplevel.cpp
+++ b/kteatime/toplevel.cpp
@@ -117,15 +117,15 @@ TopLevel::TopLevel() : KSystemTray()
listempty = (teas.count() == 0);
- startAct = new KAction(i18n("&Start"), "1rightarrow", 0,
+ startAct = new TDEAction(i18n("&Start"), "1rightarrow", 0,
TQT_TQOBJECT(this), TQT_SLOT(start()), actionCollection(), "start");
- stopAct = new KAction(i18n("Sto&p"), "cancel", 0,
+ stopAct = new TDEAction(i18n("Sto&p"), "cancel", 0,
TQT_TQOBJECT(this), TQT_SLOT(stop()), actionCollection(), "stop");
- confAct = new KAction(i18n("&Configure..."), "configure", 0,
+ confAct = new TDEAction(i18n("&Configure..."), "configure", 0,
TQT_TQOBJECT(this), TQT_SLOT(config()), actionCollection(), "configure");
- anonAct = new KAction(i18n("&Anonymous..."), 0, 0,
+ anonAct = new TDEAction(i18n("&Anonymous..."), 0, 0,
TQT_TQOBJECT(this), TQT_SLOT(anonymous()), actionCollection(), "anonymous");
-// KAction *quitAct = actionCollection()->action("file_quit");
+// TDEAction *quitAct = actionCollection()->action("file_quit");
// create app menu (displayed on right-click)
menu = new TQPopupMenu();
@@ -140,7 +140,7 @@ TopLevel::TopLevel() : KSystemTray()
rebuildTeaMenus(); // populate tops of menus with tea-entries from config
KHelpMenu* help = new KHelpMenu(this, TDEGlobal::instance()->aboutData(), false);
- KPopupMenu* helpMnu = help->menu();
+ TDEPopupMenu* helpMnu = help->menu();
start_menu->insertSeparator();
anonAct->plug(start_menu);
diff --git a/kteatime/toplevel.h b/kteatime/toplevel.h
index 1daaecb..a67c51d 100644
--- a/kteatime/toplevel.h
+++ b/kteatime/toplevel.h
@@ -35,7 +35,7 @@
#include <ksystemtray.h>
#include <tqpixmap.h>
-class KAction;
+class TDEAction;
class KDialogBase;
class TQCheckBox;
class TimeEdit;
@@ -109,7 +109,7 @@ private:
TQPixmap mugPixmap, teaNotReadyPixmap, teaAnim1Pixmap, teaAnim2Pixmap;
- KAction *startAct, *stopAct, *confAct, *anonAct;
+ TDEAction *startAct, *stopAct, *confAct, *anonAct;
TQPopupMenu *menu, *steeping_menu, *start_menu;
TQListView *listbox;
TQLineEdit *nameEdit, *actionEdit;
diff --git a/kweather/kweather.cpp b/kweather/kweather.cpp
index 18ab953..e7d2fcd 100644
--- a/kweather/kweather.cpp
+++ b/kweather/kweather.cpp
@@ -85,7 +85,7 @@ kweather::~kweather()
void kweather::initContextMenu()
{
- mContextMenu = new KPopupMenu(this);
+ mContextMenu = new TDEPopupMenu(this);
mContextMenu->insertTitle(i18n("KWeather - %1").arg( reportLocation ), -1, 0);
mContextMenu->insertItem(SmallIcon("viewmag"), i18n("Show &Report"),
this, TQT_SLOT(doReport()), 0, -1, 1);
diff --git a/kweather/kweather.h b/kweather/kweather.h
index b3845b5..5a3b06e 100644
--- a/kweather/kweather.h
+++ b/kweather/kweather.h
@@ -26,7 +26,7 @@
class TQTimer;
class dockwidget;
class reportView;
-class KPopupMenu;
+class TDEPopupMenu;
class WeatherService_stub;
class TQPalette;
@@ -82,7 +82,7 @@ private: // Private methods
reportView *mReport;
DCOPClient *mClient;
//DCOPRef *mWeatherService;
- KPopupMenu *mContextMenu;
+ TDEPopupMenu *mContextMenu;
WeatherService_stub *mWeatherService;
KCMultiDialog *settingsDialog;
TQColor mTextColor;
diff --git a/kweather/serviceconfigdata.ui b/kweather/serviceconfigdata.ui
index 71f6099..dfed656 100644
--- a/kweather/serviceconfigdata.ui
+++ b/kweather/serviceconfigdata.ui
@@ -67,7 +67,7 @@
</size>
</property>
</spacer>
- <widget class="KListView" row="1" column="2" rowspan="4" colspan="1">
+ <widget class="TDEListView" row="1" column="2" rowspan="4" colspan="1">
<column>
<property name="text">
<string>Selected</string>
@@ -128,7 +128,7 @@
</size>
</property>
</spacer>
- <widget class="KListView" row="1" column="0" rowspan="4" colspan="1">
+ <widget class="TDEListView" row="1" column="0" rowspan="4" colspan="1">
<column>
<property name="text">
<string>All</string>
diff --git a/kworldwatch/main.cpp b/kworldwatch/main.cpp
index 8beb6a1..045c715 100644
--- a/kworldwatch/main.cpp
+++ b/kworldwatch/main.cpp
@@ -49,7 +49,7 @@
WorldWideWatch::WorldWideWatch(bool restore, TQWidget *parent, const char *name)
- : KMainWindow(parent, name)
+ : TDEMainWindow(parent, name)
{
TDEGlobal::locale()->insertCatalogue("timezones"); // For time zone translation
diff --git a/kworldwatch/main.h b/kworldwatch/main.h
index 8ebc367..8ac11f1 100644
--- a/kworldwatch/main.h
+++ b/kworldwatch/main.h
@@ -37,7 +37,7 @@ class MapWidget;
class ZoneClockPanel;
-class WorldWideWatch : public KMainWindow
+class WorldWideWatch : public TDEMainWindow
{
Q_OBJECT