summaryrefslogtreecommitdiffstats
path: root/kmix
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:34:02 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:34:02 -0600
commit96842585886a67c6ab4e2cf83bc69e6156ee2c11 (patch)
tree525102d4e6980878fb2f3ae6ea448a6425c015fc /kmix
parent58284d8f7334ed4da083d197b854e73edf8b294b (diff)
downloadtdemultimedia-96842585886a67c6ab4e2cf83bc69e6156ee2c11.tar.gz
tdemultimedia-96842585886a67c6ab4e2cf83bc69e6156ee2c11.zip
Rename additional global TQt functions
Diffstat (limited to 'kmix')
-rw-r--r--kmix/ksmallslider.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmix/ksmallslider.cpp b/kmix/ksmallslider.cpp
index 8a69676f..93f18d65 100644
--- a/kmix/ksmallslider.cpp
+++ b/kmix/ksmallslider.cpp
@@ -364,7 +364,7 @@ void KSmallSlider::resetState()
break;
default:
- qWarning("KSmallSlider: (%s) in wrong state", name( "unnamed" ) );
+ tqWarning("KSmallSlider: (%s) in wrong state", name( "unnamed" ) );
}
state = Idle;
}