diff options
Diffstat (limited to 'kabc/tests/testaddressee.cpp')
-rw-r--r-- | kabc/tests/testaddressee.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kabc/tests/testaddressee.cpp b/kabc/tests/testaddressee.cpp index 39536efbf..9b4993dcc 100644 --- a/kabc/tests/testaddressee.cpp +++ b/kabc/tests/testaddressee.cpp @@ -22,7 +22,7 @@ static const KCmdLineOptions options[] = int main(int argc,char **argv) { - KAboutData aboutData("testaddressee","TestAddressee","0.1"); + TDEAboutData aboutData("testaddressee","TestAddressee","0.1"); TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions(options); |