diff options
Diffstat (limited to 'libtdeedu/extdate/extdatetbl.h')
-rw-r--r-- | libtdeedu/extdate/extdatetbl.h | 12 |
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 ); |