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