diff options
Diffstat (limited to 'kghostview/viewcontrol.h')
-rw-r--r-- | kghostview/viewcontrol.h | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/kghostview/viewcontrol.h b/kghostview/viewcontrol.h index 3e8bcd70..de766247 100644 --- a/kghostview/viewcontrol.h +++ b/kghostview/viewcontrol.h @@ -1,20 +1,20 @@ #ifndef VIEWCONTROL_H #define VIEWCONTROL_H -#include <qdialog.h> -class QComboBox; -class QPushButton; +#include <tqdialog.h> +class TQComboBox; +class TQPushButton; class ViewControl : public QDialog { Q_OBJECT public: - ViewControl( QWidget *parent, const char *name ); - QComboBox* magComboBox; - QComboBox* mediaComboBox; - QComboBox* orientComboBox; - QPushButton *apply; + ViewControl( TQWidget *parent, const char *name ); + TQComboBox* magComboBox; + TQComboBox* mediaComboBox; + TQComboBox* orientComboBox; + TQPushButton *apply; /** * Update the mag combo box. |