summaryrefslogtreecommitdiffstats
path: root/kruler/klineal.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:51 -0600
commit65eca7929c22f0f0bc64135c02d85d1243df376c (patch)
tree5b47361590fb6693a0f6258d6a8d725856ef2ad9 /kruler/klineal.h
parentcd6d514066c22206c388eddbb7fbec32648dbaeb (diff)
downloadtdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.tar.gz
tdegraphics-65eca7929c22f0f0bc64135c02d85d1243df376c.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kruler/klineal.h')
-rw-r--r--kruler/klineal.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kruler/klineal.h b/kruler/klineal.h
index b2622e0a..1ec5f747 100644
--- a/kruler/klineal.h
+++ b/kruler/klineal.h
@@ -30,7 +30,7 @@
#include <tqwidget.h>
#include <tqcursor.h>
-class KLineal : public KMainWindow {
+class KLineal : public TDEMainWindow {
Q_OBJECT
public:
@@ -72,8 +72,8 @@ private:
int mOrientation;
int mLongEdgeLen;
int mShortEdgeLen;
- KPopupMenu *mMenu;
- KPopupMenu *mLenMenu;
+ TDEPopupMenu *mMenu;
+ TDEPopupMenu *mLenMenu;
TQColor mColor;
TQColor mStoredColor;
TQCursor mCurrentCursor;