summaryrefslogtreecommitdiffstats
path: root/kstars/kstars/opscatalog.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:20:32 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-02 19:20:32 +0000
commite140fe793e447985ac06d109a8548ab62ea99d6e (patch)
tree0b50d2253a0c85238cc4dcba5c4f949de3f0eb15 /kstars/kstars/opscatalog.h
parent0a6e0958c03e41c87b15557b6f407874f20c2f8d (diff)
downloadtdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.tar.gz
tdeedu-e140fe793e447985ac06d109a8548ab62ea99d6e.zip
TQt conversion fixes
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1158428 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstars/kstars/opscatalog.h')
-rw-r--r--kstars/kstars/opscatalog.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kstars/kstars/opscatalog.h b/kstars/kstars/opscatalog.h
index 514d9ea9..d57049d5 100644
--- a/kstars/kstars/opscatalog.h
+++ b/kstars/kstars/opscatalog.h
@@ -32,9 +32,9 @@
*@version 1.0
*/
-class QWidget;
+class TQWidget;
class KStars;
-class QCheckListItem;
+class TQCheckListItem;
class OpsCatalog : public OpsCatalogUI
{