From 8f14fb0418241694e61cb35dda95fea6d9b7830d Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:47 +0000 Subject: TQt conversion fixes git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/kfile/kacleditwidget.h | 2 +- kio/kfile/kacleditwidget_p.h | 8 ++++---- kio/kfile/kcombiview.h | 4 ++-- kio/kfile/kdiroperator.h | 6 +++--- kio/kfile/kdirselectdialog.h | 4 ++-- kio/kfile/kfilebookmarkhandler.h | 2 +- kio/kfile/kfiledetailview.h | 4 ++-- kio/kfile/kfiledialog.h | 12 ++++++------ kio/kfile/kfileiconview.h | 4 ++-- kio/kfile/kfilesharedlg.h | 6 +++--- kio/kfile/kfiletreeview.h | 2 +- kio/kfile/kfileview.h | 2 +- kio/kfile/kicondialog.h | 8 ++++---- kio/kfile/kimagefilepreview.h | 8 ++++---- kio/kfile/knotifydialog.h | 2 +- kio/kfile/kopenwith.h | 8 ++++---- kio/kfile/kopenwith_p.h | 10 +++++----- kio/kfile/kpropertiesdialog.h | 10 +++++----- kio/kfile/kurlbar.h | 4 ++-- kio/kfile/kurlrequester.h | 4 ++-- 20 files changed, 55 insertions(+), 55 deletions(-) (limited to 'kio/kfile') diff --git a/kio/kfile/kacleditwidget.h b/kio/kfile/kacleditwidget.h index 39cdf89a1..70e7ab54f 100644 --- a/kio/kfile/kacleditwidget.h +++ b/kio/kfile/kacleditwidget.h @@ -32,7 +32,7 @@ class KACLListViewItem; class KACLListView; -class QPushButton; +class TQPushButton; class KACLEditWidget : QWidget { diff --git a/kio/kfile/kacleditwidget_p.h b/kio/kfile/kacleditwidget_p.h index 3ad77930c..8bd0292d3 100644 --- a/kio/kfile/kacleditwidget_p.h +++ b/kio/kfile/kacleditwidget_p.h @@ -34,11 +34,11 @@ #include class KACLListViewItem; -class QPushButton; -class QVButtonGroup; +class TQPushButton; +class TQVButtonGroup; class KACLListView; -class QWidgetStack; -class QCheckBox; +class TQWidgetStack; +class TQCheckBox; /** @author Sean Harmer diff --git a/kio/kfile/kcombiview.h b/kio/kfile/kcombiview.h index 3597669ea..6186ab740 100644 --- a/kio/kfile/kcombiview.h +++ b/kio/kfile/kcombiview.h @@ -29,8 +29,8 @@ #include class KFileIconView; -class QEvent; -class QIconViewItem; +class TQEvent; +class TQIconViewItem; /** * This view is designed to combine two KFileViews into one widget, to show diff --git a/kio/kfile/kdiroperator.h b/kio/kfile/kdiroperator.h index bcce49f67..a2d318b96 100644 --- a/kio/kfile/kdiroperator.h +++ b/kio/kfile/kdiroperator.h @@ -31,15 +31,15 @@ #include #include -class QPopupMenu; -class QTimer; +class TQPopupMenu; +class TQTimer; class KAction; class KDirLister; class KToggleAction; class KActionSeparator; class KActionMenu; -class QWidgetStack; +class TQWidgetStack; class KProgress; namespace KIO { class CopyJob; diff --git a/kio/kfile/kdirselectdialog.h b/kio/kfile/kdirselectdialog.h index 4687d1b75..79358f4f3 100644 --- a/kio/kfile/kdirselectdialog.h +++ b/kio/kfile/kdirselectdialog.h @@ -23,8 +23,8 @@ #include #include -class QPopupMenu; -class QVBoxLayout; +class TQPopupMenu; +class TQVBoxLayout; class KConfig; class KFileTreeBranch; class KFileTreeView; diff --git a/kio/kfile/kfilebookmarkhandler.h b/kio/kfile/kfilebookmarkhandler.h index d03cb1da8..7db71548b 100644 --- a/kio/kfile/kfilebookmarkhandler.h +++ b/kio/kfile/kfilebookmarkhandler.h @@ -22,7 +22,7 @@ #include #include -class QTextStream; +class TQTextStream; class KPopupMenu; diff --git a/kio/kfile/kfiledetailview.h b/kio/kfile/kfiledetailview.h index 61e2156f4..937c8f56c 100644 --- a/kio/kfile/kfiledetailview.h +++ b/kio/kfile/kfiledetailview.h @@ -22,8 +22,8 @@ #define KFILEDETAILVIEW_H class KFileItem; -class QWidget; -class QKeyEvent; +class TQWidget; +class TQKeyEvent; #include #include diff --git a/kio/kfile/kfiledialog.h b/kio/kfile/kfiledialog.h index b2db9183a..33e0c9b12 100644 --- a/kio/kfile/kfiledialog.h +++ b/kio/kfile/kfiledialog.h @@ -33,12 +33,12 @@ #include #include -class QCheckBox; -class QHBoxLayout; -class QGridLayout; -class QLabel; -class QPopupMenu; -class QVBoxLayout; +class TQCheckBox; +class TQHBoxLayout; +class TQGridLayout; +class TQLabel; +class TQPopupMenu; +class TQVBoxLayout; class KActionCollection; class KDirOperator; diff --git a/kio/kfile/kfileiconview.h b/kio/kfile/kfileiconview.h index ea8fe7d89..f80c4ae4a 100644 --- a/kio/kfile/kfileiconview.h +++ b/kio/kfile/kfileiconview.h @@ -22,8 +22,8 @@ #define KFILEICONVIEW_H class KFileItem; -class QWidget; -class QLabel; +class TQWidget; +class TQLabel; #include #include diff --git a/kio/kfile/kfilesharedlg.h b/kio/kfile/kfilesharedlg.h index a314d0d06..25fbc7f67 100644 --- a/kio/kfile/kfilesharedlg.h +++ b/kio/kfile/kfilesharedlg.h @@ -21,9 +21,9 @@ #define kfilesharedlg_h #include -class QVBoxLayout; -class QRadioButton; -class QPushButton; +class TQVBoxLayout; +class TQRadioButton; +class TQPushButton; /** * This plugin provides a page to KPropsDlg, showing the "file sharing" options diff --git a/kio/kfile/kfiletreeview.h b/kio/kfile/kfiletreeview.h index d534fb4fb..92565269d 100644 --- a/kio/kfile/kfiletreeview.h +++ b/kio/kfile/kfiletreeview.h @@ -33,7 +33,7 @@ #include #include -class QTimer; +class TQTimer; diff --git a/kio/kfile/kfileview.h b/kio/kfile/kfileview.h index a42927f1b..05b32e863 100644 --- a/kio/kfile/kfileview.h +++ b/kio/kfile/kfileview.h @@ -22,7 +22,7 @@ #ifndef KFILEVIEW_H #define KFILEVIEW_H -class QPoint; +class TQPoint; class KActionCollection; #include diff --git a/kio/kfile/kicondialog.h b/kio/kfile/kicondialog.h index de447bc34..54b9ea921 100644 --- a/kio/kfile/kicondialog.h +++ b/kio/kfile/kicondialog.h @@ -22,10 +22,10 @@ #include #include -class QComboBox; -class QTimer; -class QKeyEvent; -class QRadioButton; +class TQComboBox; +class TQTimer; +class TQKeyEvent; +class TQRadioButton; class KProgress; class KIconLoader; diff --git a/kio/kfile/kimagefilepreview.h b/kio/kfile/kimagefilepreview.h index 849585428..864fc5d31 100644 --- a/kio/kfile/kimagefilepreview.h +++ b/kio/kfile/kimagefilepreview.h @@ -16,10 +16,10 @@ #include #include -class QCheckBox; -class QPushButton; -class QLabel; -class QTimer; +class TQCheckBox; +class TQPushButton; +class TQLabel; +class TQTimer; class KFileDialog; class KFileItem; diff --git a/kio/kfile/knotifydialog.h b/kio/kfile/knotifydialog.h index a1c4ef52f..70e195aba 100644 --- a/kio/kfile/knotifydialog.h +++ b/kio/kfile/knotifydialog.h @@ -26,7 +26,7 @@ #include "knotifywidgetbase.h" -class QShowEvent; +class TQShowEvent; namespace KNotify { diff --git a/kio/kfile/kopenwith.h b/kio/kfile/kopenwith.h index 8d34e22b7..3dceb10bc 100644 --- a/kio/kfile/kopenwith.h +++ b/kio/kfile/kopenwith.h @@ -29,10 +29,10 @@ class KApplicationTree; class KURLRequester; -class QWidget; -class QCheckBox; -class QPushButton; -class QLabel; +class TQWidget; +class TQCheckBox; +class TQPushButton; +class TQLabel; class KOpenWithDlgPrivate; diff --git a/kio/kfile/kopenwith_p.h b/kio/kfile/kopenwith_p.h index 1b73cdaa0..5583b03d9 100644 --- a/kio/kfile/kopenwith_p.h +++ b/kio/kfile/kopenwith_p.h @@ -25,11 +25,11 @@ class KURLRequester; -class QWidget; -class QCheckBox; -class QPushButton; -class QLabel; -class QStringList; +class TQWidget; +class TQCheckBox; +class TQPushButton; +class TQLabel; +class TQStringList; /* ------------------------------------------------------------------------- */ diff --git a/kio/kfile/kpropertiesdialog.h b/kio/kfile/kpropertiesdialog.h index a83480c1c..dc6a621f9 100644 --- a/kio/kfile/kpropertiesdialog.h +++ b/kio/kfile/kpropertiesdialog.h @@ -36,15 +36,15 @@ #include #include -class QLineEdit; -class QCheckBox; -class QPushButton; +class TQLineEdit; +class TQCheckBox; +class TQPushButton; class KLineEdit; class KURLRequester; -class QButton; +class TQButton; class KIconButton; class KPropsDlgPlugin; -class QComboBox; +class TQComboBox; #define KPropsPage KPropsDlgPlugin diff --git a/kio/kfile/kurlbar.h b/kio/kfile/kurlbar.h index fc29d4fd2..8da43ff15 100644 --- a/kio/kfile/kurlbar.h +++ b/kio/kfile/kurlbar.h @@ -479,7 +479,7 @@ private: /////////////////////////////////////////////////////////////////// -class QDragObject; +class TQDragObject; class KURLBarToolTip; /** @@ -552,7 +552,7 @@ private: /////////////////////////////////////////////////////////////////// -class QCheckBox; +class TQCheckBox; class KIconButton; class KLineEdit; class KURLRequester; diff --git a/kio/kfile/kurlrequester.h b/kio/kfile/kurlrequester.h index b22e353dd..1bdbeee3e 100644 --- a/kio/kfile/kurlrequester.h +++ b/kio/kfile/kurlrequester.h @@ -33,8 +33,8 @@ class KLineEdit; class KURLCompletion; class KURLDragPushButton; -class QString; -class QTimer; +class TQString; +class TQTimer; /** * This class is a widget showing a lineedit and a button, which invokes a -- cgit v1.2.3