diff options
Diffstat (limited to 'tools/assistant/lib')
-rw-r--r-- | tools/assistant/lib/lib.pro | 4 | ||||
-rw-r--r-- | tools/assistant/lib/tqassistantclient.cpp (renamed from tools/assistant/lib/qassistantclient.cpp) | 4 | ||||
-rw-r--r-- | tools/assistant/lib/tqassistantclient.h (renamed from tools/assistant/lib/ntqassistantclient.h) | 0 |
3 files changed, 4 insertions, 4 deletions
diff --git a/tools/assistant/lib/lib.pro b/tools/assistant/lib/lib.pro index 983418234..28dfce5a2 100644 --- a/tools/assistant/lib/lib.pro +++ b/tools/assistant/lib/lib.pro @@ -5,8 +5,8 @@ VERSION = 1.0 CONFIG += qt warn_on release CONFIG += dll -SOURCES = qassistantclient.cpp -HEADERS += $$QT_SOURCE_TREE/include/ntqassistantclient.h +SOURCES = tqassistantclient.cpp +HEADERS += $$QT_SOURCE_TREE/include/tqassistantclient.h DEFINES += QT_INTERNAL_NETWORK diff --git a/tools/assistant/lib/qassistantclient.cpp b/tools/assistant/lib/tqassistantclient.cpp index 48cbfa84b..d252a4438 100644 --- a/tools/assistant/lib/qassistantclient.cpp +++ b/tools/assistant/lib/tqassistantclient.cpp @@ -31,7 +31,7 @@ ** **********************************************************************/ -#include "ntqassistantclient.h" +#include "tqassistantclient.h" #include <tqsocket.h> #include <tqtextstream.h> @@ -85,7 +85,7 @@ static TQAssistantClientPrivate *data( const TQAssistantClient *client, bool cre This class is not included in the TQt library itself. To use it you must link against \c libtqassistantclient.a (Unix) or \c - qassistantclient.lib (Windows), which is built into \c INSTALL/lib + tqassistantclient.lib (Windows), which is built into \c INSTALL/lib if you built the TQt tools (\c INSTALL is the directory where TQt is installed). If you use qmake, then you can simply add the following line to your pro file: diff --git a/tools/assistant/lib/ntqassistantclient.h b/tools/assistant/lib/tqassistantclient.h index 17796431c..17796431c 100644 --- a/tools/assistant/lib/ntqassistantclient.h +++ b/tools/assistant/lib/tqassistantclient.h |