diff options
Diffstat (limited to 'kabc/tests/testaddresslineedit.cpp')
-rw-r--r-- | kabc/tests/testaddresslineedit.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/tests/testaddresslineedit.cpp b/kabc/tests/testaddresslineedit.cpp index f74af6089..f46604dc5 100644 --- a/kabc/tests/testaddresslineedit.cpp +++ b/kabc/tests/testaddresslineedit.cpp @@ -14,7 +14,7 @@ int main( int argc,char **argv ) I18N_NOOP( "Test Address LineEdit" ), "0.1" ); TDECmdLineArgs::init( argc, argv, &aboutData ); - KApplication app; + TDEApplication app; AddressLineEdit *lineEdit = new AddressLineEdit( 0 ); |