From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kviewshell/pageSizeWidget.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kviewshell/pageSizeWidget.h') diff --git a/kviewshell/pageSizeWidget.h b/kviewshell/pageSizeWidget.h index 76cc0d02..ac95dd4e 100644 --- a/kviewshell/pageSizeWidget.h +++ b/kviewshell/pageSizeWidget.h @@ -14,19 +14,19 @@ #include "pageSize.h" #include "pageSizeWidget_base.h" -class QDoubleValidator; +class TQDoubleValidator; class pageSizeWidget : public pageSizeWidget_base { Q_OBJECT public: - pageSizeWidget( QWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); + pageSizeWidget( TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); // Sets the page size. If the dialog is already shown, updates all // the GUI. Accepts the same strings as input as the setPageSize() // method of the pageSize() class. - void setPageSize(const QString&); + void setPageSize(const TQString&); void setOrientation(int ori); @@ -40,13 +40,13 @@ protected slots: // the fillTextFields() slot. void unitsChanged(int); void orientationChanged(int = 0); - void input(const QString &); + void input(const TQString &); private: pageSize chosenSize; - QDoubleValidator *widthValidator; - QDoubleValidator *heightValidator; + TQDoubleValidator *widthValidator; + TQDoubleValidator *heightValidator; }; #endif // PAGESIZEWIDGET_H -- cgit v1.2.1