summaryrefslogtreecommitdiffstats
path: root/kweather/kweather.cpp
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 /kweather/kweather.cpp
parent73c978ef8c0e4f3795f2d6cb71aedd6a4c903dbb (diff)
downloadtdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.tar.gz
tdetoys-d9056e4cfc9bb3187d193deac2355fce73254d2e.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kweather/kweather.cpp')
-rw-r--r--kweather/kweather.cpp2
1 files changed, 1 insertions, 1 deletions
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);