summaryrefslogtreecommitdiffstats
path: root/konq-plugins/sidebar/newsticker
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:14:09 +0000
commit00cef9840e19aae7a7541da60d1b60190cb5afec (patch)
tree5fd6aeed14f01486335c754dd96bae31203cecd2 /konq-plugins/sidebar/newsticker
parent7346aee26bf190a7e70333c40fab4caca847cd27 (diff)
downloadtdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.tar.gz
tdeaddons-00cef9840e19aae7a7541da60d1b60190cb5afec.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaddons@1158415 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'konq-plugins/sidebar/newsticker')
-rw-r--r--konq-plugins/sidebar/newsticker/nspanel.h4
-rw-r--r--konq-plugins/sidebar/newsticker/nsstacktabwidget.h6
-rw-r--r--konq-plugins/sidebar/newsticker/sidebar_news.h4
3 files changed, 7 insertions, 7 deletions
diff --git a/konq-plugins/sidebar/newsticker/nspanel.h b/konq-plugins/sidebar/newsticker/nspanel.h
index 1f60947..d46be5b 100644
--- a/konq-plugins/sidebar/newsticker/nspanel.h
+++ b/konq-plugins/sidebar/newsticker/nspanel.h
@@ -34,8 +34,8 @@
#include <klistbox.h>
-class QBuffer;
-class QTimer;
+class TQBuffer;
+class TQTimer;
namespace KSB_News {
diff --git a/konq-plugins/sidebar/newsticker/nsstacktabwidget.h b/konq-plugins/sidebar/newsticker/nsstacktabwidget.h
index fb0da4d..cf001a0 100644
--- a/konq-plugins/sidebar/newsticker/nsstacktabwidget.h
+++ b/konq-plugins/sidebar/newsticker/nsstacktabwidget.h
@@ -32,9 +32,9 @@
#include "nspanel.h"
-class QVBoxLayout;
-class QPushButton;
-class QStringList;
+class TQVBoxLayout;
+class TQPushButton;
+class TQStringList;
class KPopupMenu;
class KAboutData;
class KAboutApplication;
diff --git a/konq-plugins/sidebar/newsticker/sidebar_news.h b/konq-plugins/sidebar/newsticker/sidebar_news.h
index d09862f..b40dcab 100644
--- a/konq-plugins/sidebar/newsticker/sidebar_news.h
+++ b/konq-plugins/sidebar/newsticker/sidebar_news.h
@@ -34,8 +34,8 @@
#include "nspanel.h"
-class QPixmap;
-class QWidgetStack;
+class TQPixmap;
+class TQWidgetStack;
namespace KSB_News {