summaryrefslogtreecommitdiffstats
path: root/ksim/monitors/filesystem
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:01 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:29:01 +0000
commitb678e7f967f438e123324c7a34b02388e68d70dc (patch)
tree5720acc1076baf217f77c48c96f7cabdbab4382b /ksim/monitors/filesystem
parent5f5ee2367157176ed223b86343eb0a9e4022e020 (diff)
downloadtdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.tar.gz
tdeutils-b678e7f967f438e123324c7a34b02388e68d70dc.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeutils@1158453 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'ksim/monitors/filesystem')
-rw-r--r--ksim/monitors/filesystem/filesystemwidget.h2
-rw-r--r--ksim/monitors/filesystem/fsystemconfig.h8
-rw-r--r--ksim/monitors/filesystem/ksimfsystem.h2
3 files changed, 6 insertions, 6 deletions
diff --git a/ksim/monitors/filesystem/filesystemwidget.h b/ksim/monitors/filesystem/filesystemwidget.h
index 143010a..16e1190 100644
--- a/ksim/monitors/filesystem/filesystemwidget.h
+++ b/ksim/monitors/filesystem/filesystemwidget.h
@@ -25,7 +25,7 @@
#include <tqptrlist.h>
class KProcess;
-class QVBoxLayout;
+class TQVBoxLayout;
class FilesystemWidget : public QWidget
{
diff --git a/ksim/monitors/filesystem/fsystemconfig.h b/ksim/monitors/filesystem/fsystemconfig.h
index 7e17e79..283a501 100644
--- a/ksim/monitors/filesystem/fsystemconfig.h
+++ b/ksim/monitors/filesystem/fsystemconfig.h
@@ -25,10 +25,10 @@
class KIntSpinBox;
class KListView;
-class QGridLayout;
-class QCheckBox;
-class QLabel;
-class QListBoxItem;
+class TQGridLayout;
+class TQCheckBox;
+class TQLabel;
+class TQListBoxItem;
class FsystemConfig : public KSim::PluginPage
{
diff --git a/ksim/monitors/filesystem/ksimfsystem.h b/ksim/monitors/filesystem/ksimfsystem.h
index 8c95fde..d945820 100644
--- a/ksim/monitors/filesystem/ksimfsystem.h
+++ b/ksim/monitors/filesystem/ksimfsystem.h
@@ -25,7 +25,7 @@
class KPopupMenu;
class FilesystemWidget;
-class QTimer;
+class TQTimer;
/**
* This class is the filesystem monitor plugin