summaryrefslogtreecommitdiffstats
path: root/qtinterface/private
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-04 01:44:13 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-08-04 01:44:13 +0000
commitc9dc3907763cbf0b0e6164d793291bd2659f1534 (patch)
tree3359387715ee5e306451f1bcb74b900b608c9946 /qtinterface/private
parent4c3c7eaa2d225ecc0c16644f1a23e848bf539164 (diff)
downloadtqtinterface-c9dc3907763cbf0b0e6164d793291bd2659f1534.tar.gz
tqtinterface-c9dc3907763cbf0b0e6164d793291bd2659f1534.zip
Now compiles kdelibs/dcop folder properly...
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/dependencies/tqtinterface@1158880 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'qtinterface/private')
-rw-r--r--qtinterface/private/tqucomextra_p.cpp4
-rw-r--r--qtinterface/private/tqucomextra_p.h7
2 files changed, 9 insertions, 2 deletions
diff --git a/qtinterface/private/tqucomextra_p.cpp b/qtinterface/private/tqucomextra_p.cpp
index a7b09fa..c9fc62b 100644
--- a/qtinterface/private/tqucomextra_p.cpp
+++ b/qtinterface/private/tqucomextra_p.cpp
@@ -21,3 +21,7 @@ Boston, MA 02110-1301, USA.
#include <tqt.h>
#include <private/tqucomextra_p.h>
+
+#ifdef USE_QT4
+
+#endif \ No newline at end of file
diff --git a/qtinterface/private/tqucomextra_p.h b/qtinterface/private/tqucomextra_p.h
index d22f1c1..5f9b7de 100644
--- a/qtinterface/private/tqucomextra_p.h
+++ b/qtinterface/private/tqucomextra_p.h
@@ -29,7 +29,7 @@ Boston, MA 02110-1301, USA.
// Reimplement the QUComExtra_P class
// For Qt3, no changes are needed
-#include <private/tqucomextra_p.h>
+#include <tqucomextra_p.h>
#endif // USE_QT3
@@ -38,7 +38,10 @@ Boston, MA 02110-1301, USA.
// Reimplement the QUComExtra_P class
// For Qt4, some changes are needed
-//#include <Qt/q3asciidict.h>
+class QUObject: public QObject {
+public:
+// bool qt_invoke();
+};
#endif // USE_QT4