diff options
Diffstat (limited to 'tdeui/tests/keditlistboxtest.cpp')
-rw-r--r-- | tdeui/tests/keditlistboxtest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeui/tests/keditlistboxtest.cpp b/tdeui/tests/keditlistboxtest.cpp index 90dbb74d0..177a8b6ec 100644 --- a/tdeui/tests/keditlistboxtest.cpp +++ b/tdeui/tests/keditlistboxtest.cpp @@ -4,7 +4,7 @@ int main( int argc, char **argv ) { - KApplication app( argc, argv, "keditlistboxtest" ); + TDEApplication app( argc, argv, "keditlistboxtest" ); KEditListBox::CustomEditor editor( new KComboBox( true, 0L, "test" ) ); KEditListBox *box = new KEditListBox( TQString::fromLatin1("KEditListBox"), |