diff options
Diffstat (limited to 'kdeprint/management/kmprinterview.h')
-rw-r--r-- | kdeprint/management/kmprinterview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/management/kmprinterview.h b/kdeprint/management/kmprinterview.h index 5ea565dba..0b3a17789 100644 --- a/kdeprint/management/kmprinterview.h +++ b/kdeprint/management/kmprinterview.h @@ -28,7 +28,7 @@ class KMListView; class KMPrinter; class TQIconViewItem; -class KMPrinterView : public QWidgetStack +class KMPrinterView : public TQWidgetStack { Q_OBJECT public: @@ -42,7 +42,7 @@ public: void setViewType(ViewType t); ViewType viewType() const { return m_type; } - TQSize minimumSizeHint() const; + TQSize tqminimumSizeHint() const; signals: void printerSelected(const TQString&); |