summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-11 16:20:23 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-08-11 16:20:23 -0500
commit3c06aad1564601e37dfce6e6bffabb4472421999 (patch)
treec98efa1cae05cc0d5fb0c7b30761cce3b67a7df0
parent06fa48d8ebade86f0f9f3f16eaa24c1fc555ffba (diff)
downloadtdelibs-3c06aad1.tar.gz
tdelibs-3c06aad1.zip
Fix tdebindings FTBFS
-rw-r--r--tdecore/tdeapplication.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/tdecore/tdeapplication.h b/tdecore/tdeapplication.h
index c22e9edbb..22c43bdc1 100644
--- a/tdecore/tdeapplication.h
+++ b/tdecore/tdeapplication.h
@@ -130,12 +130,15 @@ public:
*/
TDEApplication( bool allowStyles=true, bool GUIenabled=true, bool SMenabled=true);
+#ifdef Q_QDOC
+#else // Q_QDOC
#ifdef TDEAPPLICATION_BINARY_COMPAT_HACK
// FIXME
// FOR BINARY COMPATIBILITY ONLY
// REMOVE WHEN PRACTICAL!
TDEApplication( bool allowStyles=true, bool GUIenabled=true);
#endif // TDEAPPLICATION_BINARY_COMPAT_HACK
+#endif // Q_QDOC
#ifdef Q_WS_X11
/**
@@ -267,6 +270,8 @@ public:
TDEApplication(int& argc, char** argv,
const TQCString& rAppName, bool allowStyles=true, bool GUIenabled=true, bool SMenabled=true) KDE_DEPRECATED;
+#ifdef Q_QDOC
+#else // Q_QDOC
#ifdef TDEAPPLICATION_BINARY_COMPAT_HACK
// FIXME
// FOR BINARY COMPATIBILITY ONLY
@@ -274,6 +279,7 @@ public:
TDEApplication(int& argc, char** argv,
const TQCString& rAppName, bool allowStyles, bool GUIenabled) KDE_DEPRECATED;
#endif // TDEAPPLICATION_BINARY_COMPAT_HACK
+#endif // Q_QDOC
/**
* Add Qt and KDE command line options to TDECmdLineArgs.