diff options
Diffstat (limited to 'tdeui/tests/kcomboboxtest.cpp')
-rw-r--r-- | tdeui/tests/kcomboboxtest.cpp | 2 |
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) |