summaryrefslogtreecommitdiffstats
path: root/kio/kfile
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:23:47 +0000
commit8f14fb0418241694e61cb35dda95fea6d9b7830d (patch)
tree73afdda59a8126db123133d64bab78a3503657dc /kio/kfile
parentffe8a83e053396df448e9413828527613ca3bd46 (diff)
downloadtdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.tar.gz
tdelibs-8f14fb0418241694e61cb35dda95fea6d9b7830d.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1158447 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kio/kfile')
-rw-r--r--kio/kfile/kacleditwidget.h2
-rw-r--r--kio/kfile/kacleditwidget_p.h8
-rw-r--r--kio/kfile/kcombiview.h4
-rw-r--r--kio/kfile/kdiroperator.h6
-rw-r--r--kio/kfile/kdirselectdialog.h4
-rw-r--r--kio/kfile/kfilebookmarkhandler.h2
-rw-r--r--kio/kfile/kfiledetailview.h4
-rw-r--r--kio/kfile/kfiledialog.h12
-rw-r--r--kio/kfile/kfileiconview.h4
-rw-r--r--kio/kfile/kfilesharedlg.h6
-rw-r--r--kio/kfile/kfiletreeview.h2
-rw-r--r--kio/kfile/kfileview.h2
-rw-r--r--kio/kfile/kicondialog.h8
-rw-r--r--kio/kfile/kimagefilepreview.h8
-rw-r--r--kio/kfile/knotifydialog.h2
-rw-r--r--kio/kfile/kopenwith.h8
-rw-r--r--kio/kfile/kopenwith_p.h10
-rw-r--r--kio/kfile/kpropertiesdialog.h10
-rw-r--r--kio/kfile/kurlbar.h4
-rw-r--r--kio/kfile/kurlrequester.h4
20 files changed, 55 insertions, 55 deletions
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 <tqcombobox.h>
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 <kfileview.h>
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 <kfileitem.h>
#include <kfile.h>
-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 <kdialogbase.h>
#include <kurl.h>
-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 <kbookmarkmanager.h>
#include <kbookmarkmenu.h>
-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 <klistview.h>
#include <kmimetyperesolver.h>
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 <kmimetype.h>
#include <kio/jobclasses.h>
-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 <kiconview.h>
#include <kiconloader.h>
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 <kpropertiesdialog.h>
-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 <kfiletreeviewitem.h>
#include <kfiletreebranch.h>
-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 <tqwidget.h>
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 <kdialogbase.h>
#include <kiconview.h>
-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 <kurl.h>
#include <kpreviewwidgetbase.h>
-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 <kfileitem.h>
#include <kdialogbase.h>
-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