summaryrefslogtreecommitdiffstats
path: root/korganizer/korganizer.h
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/korganizer.h')
-rw-r--r--korganizer/korganizer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/korganizer/korganizer.h b/korganizer/korganizer.h
index d088becb..d5246b87 100644
--- a/korganizer/korganizer.h
+++ b/korganizer/korganizer.h
@@ -50,7 +50,7 @@ namespace KCal { class CalendarResources; }
using namespace KCal;
-// Workaround for moc workaround for visual c++ 6.0 sucking
+// Workaround for tqmoc workaround for visual c++ 6.0 sucking
typedef KOrg::MainWindow KOrgMainWindow;
typedef KParts::MainWindow KPartsMainWindow;
@@ -93,7 +93,7 @@ class KOrganizer : public KPartsMainWindow, public KOrgMainWindow
virtual KXMLGUIFactory *mainGuiFactory() { return factory(); }
virtual KXMLGUIClient *mainGuiClient() { return this; }
- virtual TQWidget *topLevelWidget() { return this; }
+ virtual TQWidget *tqtopLevelWidget() { return this; }
virtual bool isCurrentlyActivePart();