diff options
Diffstat (limited to 'kdeprint/kfilelist.h')
-rw-r--r-- | kdeprint/kfilelist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/kfilelist.h b/kdeprint/kfilelist.h index ca4d925c8..667938d29 100644 --- a/kdeprint/kfilelist.h +++ b/kdeprint/kfilelist.h @@ -28,7 +28,7 @@ class KListView; class TQToolButton; class TQListViewItem; -class KFileList : public QWidget +class KFileList : public TQWidget { Q_OBJECT public: @@ -37,7 +37,7 @@ public: void setFileList(const TQStringList&); TQStringList fileList() const; - TQSize sizeHint() const; + TQSize tqsizeHint() const; protected slots: void slotAddFile(); |