summaryrefslogtreecommitdiffstats
path: root/libtdeedu/extdate/extdatetbl.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:18 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:12:18 -0600
commitee52bb567f32fefdcf06e083c76562ea40ccf174 (patch)
tree8926667faaed3a18bec210ec14ffb9392ea8930d /libtdeedu/extdate/extdatetbl.h
parent088cc453ec425bf86d610880d09645ea166a14fa (diff)
downloadtdeedu-ee52bb567f32fefdcf06e083c76562ea40ccf174.tar.gz
tdeedu-ee52bb567f32fefdcf06e083c76562ea40ccf174.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'libtdeedu/extdate/extdatetbl.h')
-rw-r--r--libtdeedu/extdate/extdatetbl.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/libtdeedu/extdate/extdatetbl.h b/libtdeedu/extdate/extdatetbl.h
index 06aa0122..99ce6a69 100644
--- a/libtdeedu/extdate/extdatetbl.h
+++ b/libtdeedu/extdate/extdatetbl.h
@@ -31,7 +31,7 @@
#include <klineedit.h>
#include "extcalendarsystemgregorian.h"
-class KPopupMenu;
+class TDEPopupMenu;
/** Week selection widget.
* @internal
@@ -177,7 +177,7 @@ private:
* @author Tim Gilman, Mirko Boehm
* @version $Id$
*/
-class KPopupFrame : public TQFrame
+class TDEPopupFrame : public TQFrame
{
Q_OBJECT
@@ -204,7 +204,7 @@ public:
/**
* The contructor. Creates a dialog without buttons.
*/
- KPopupFrame(TQWidget* parent=0, const char* name=0);
+ TDEPopupFrame(TQWidget* parent=0, const char* name=0);
/**
* Set the main widget. You cannot set the main widget from the constructor,
* since it must be a child of the frame itselfes.
@@ -237,8 +237,8 @@ private:
protected:
virtual void virtual_hook( int id, void* data );
private:
- class KPopupFramePrivate;
- KPopupFramePrivate *d;
+ class TDEPopupFramePrivate;
+ TDEPopupFramePrivate *d;
};
/**
@@ -420,7 +420,7 @@ signals:
*
* @since 3.2
*/
- void aboutToShowContextMenu( KPopupMenu * menu, const ExtDate &date);
+ void aboutToShowContextMenu( TDEPopupMenu * menu, const ExtDate &date);
protected:
virtual void virtual_hook( int id, void* data );