summaryrefslogtreecommitdiffstats
path: root/tdeui/tests/kcomboboxtest.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-13 23:01:29 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-15 16:22:14 +0900
commitb71912fbcb90d5504aad9f17530c94169a661fed (patch)
treee9039e4a956fb8af5ba2878db5320236eb0f93b1 /tdeui/tests/kcomboboxtest.cpp
parent8ee06ec529e375693eaefa6fb68dc496d36fd367 (diff)
downloadtdelibs-b71912fbcb90d5504aad9f17530c94169a661fed.tar.gz
tdelibs-b71912fbcb90d5504aad9f17530c94169a661fed.zip
Rename TDEApplication::kApplication() to TDEApplication::tdeApplication() and kapp to tdeApp.rename/kapp-tdeapp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdeui/tests/kcomboboxtest.cpp')
-rw-r--r--tdeui/tests/kcomboboxtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/kcomboboxtest.cpp b/tdeui/tests/kcomboboxtest.cpp
index 7e51396c1..9a8a2b3ed 100644
--- a/tdeui/tests/kcomboboxtest.cpp
+++ b/tdeui/tests/kcomboboxtest.cpp
@@ -212,7 +212,7 @@ void KComboBoxTest::slotReturnPressed(const TQString& item)
void KComboBoxTest::quitApp()
{
- kapp->closeAllWindows();
+ tdeApp->closeAllWindows();
}
int main ( int argc, char **argv)