summaryrefslogtreecommitdiffstats
path: root/kexi/main/keximainwindowimpl_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/main/keximainwindowimpl_p.h')
-rw-r--r--kexi/main/keximainwindowimpl_p.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kexi/main/keximainwindowimpl_p.h b/kexi/main/keximainwindowimpl_p.h
index 83814f4e..8b1a66ab 100644
--- a/kexi/main/keximainwindowimpl_p.h
+++ b/kexi/main/keximainwindowimpl_p.h
@@ -76,7 +76,7 @@ public:
dummy_action = new TDEActionMenu(TQString(""), TQT_TQOBJECT(wnd));
#endif
maximizeFirstOpenedChildFrm = false;
-#ifdef HAVE_KNEWSTUFF
+#ifdef HAVE_TDENEWSTUFF
newStuff = 0;
#endif
mdiModeToSwitchAfterRestart = (KMdi::MdiMode)0;
@@ -574,7 +574,7 @@ void updatePropEditorDockWidthInfo() {
bool navWasVisibleBeforeProjectClosing : 1;
bool saveSettingsForShowProjectNavigator : 1;
-#ifdef HAVE_KNEWSTUFF
+#ifdef HAVE_TDENEWSTUFF
KexiNewStuff *newStuff;
#endif