diff options
Diffstat (limited to 'khtml/testkhtml.cpp')
-rw-r--r-- | khtml/testkhtml.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/khtml/testkhtml.cpp b/khtml/testkhtml.cpp index a5ffcae26..257b656c2 100644 --- a/khtml/testkhtml.cpp +++ b/khtml/testkhtml.cpp @@ -41,7 +41,7 @@ int main(int argc, char *argv[]) "a basic web browser using the KHTML library", "1.0"); TDECmdLineArgs::addCmdLineOptions(options); - KApplication a; + TDEApplication a; TDECmdLineArgs *args = TDECmdLineArgs::parsedArgs( ); if ( args->count() == 0 ) { TDECmdLineArgs::usage(); |