diff options
Diffstat (limited to 'kivio/kiviopart/kivio_dlg_pageshow.h')
-rw-r--r-- | kivio/kiviopart/kivio_dlg_pageshow.h | 15 |
1 files changed, 8 insertions, 7 deletions
diff --git a/kivio/kiviopart/kivio_dlg_pageshow.h b/kivio/kiviopart/kivio_dlg_pageshow.h index 6820dfe3..496f4f43 100644 --- a/kivio/kiviopart/kivio_dlg_pageshow.h +++ b/kivio/kiviopart/kivio_dlg_pageshow.h @@ -19,10 +19,10 @@ #ifndef __kivio_dlg_pageshow__ #define __kivio_dlg_pageshow__ -#include <qpushbutton.h> -#include <qlineedit.h> -#include <qlistbox.h> -#include <qlabel.h> +#include <tqpushbutton.h> +#include <tqlineedit.h> +#include <tqlistbox.h> +#include <tqlabel.h> #include <kdialogbase.h> @@ -30,16 +30,17 @@ class KivioView; class KivioPageShow: public KDialogBase { Q_OBJECT + TQ_OBJECT public: - KivioPageShow( KivioView* parent, const char* name ); + KivioPageShow( KivioView* tqparent, const char* name ); public slots: void slotOk(); - void slotDoubleClicked(QListBoxItem *); + void slotDoubleClicked(TQListBoxItem *); protected: KivioView* m_pView; - QListBox * list; + TQListBox * list; }; #endif |