diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:05 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:36:05 -0600 |
commit | dd844d7919e7f0f95c010378e7af1434ea904fff (patch) | |
tree | 50727ca63550e4397ff76e4d039c162e225d59fc /kspy | |
parent | 7df4eaa9f8fa84d2b859cc59d21134cc2334651c (diff) | |
download | tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.tar.gz tdesdk-dd844d7919e7f0f95c010378e7af1434ea904fff.zip |
Rename additional global TQt functions
Diffstat (limited to 'kspy')
-rw-r--r-- | kspy/kspy.h | 2 | ||||
-rw-r--r-- | kspy/spy.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kspy/kspy.h b/kspy/kspy.h index e6b79618..e1e8565d 100644 --- a/kspy/kspy.h +++ b/kspy/kspy.h @@ -24,7 +24,7 @@ public: KLibrary *lib = loader->library( "libkspy" ); if ( !lib ) { - qWarning( "Unable to load KSpy library\n" ); + tqWarning( "Unable to load KSpy library\n" ); return; } diff --git a/kspy/spy.cpp b/kspy/spy.cpp index 8f106cda..4c1f73ce 100644 --- a/kspy/spy.cpp +++ b/kspy/spy.cpp @@ -36,7 +36,7 @@ extern "C" { KDE_EXPORT void* init_libkspy() { - qWarning( "KSpy: Initialising...\n" ); + tqWarning( "KSpy: Initialising...\n" ); Spy *s = new Spy(); s->show(); |