diff options
Diffstat (limited to 'kmymoney2/main.cpp')
-rw-r--r-- | kmymoney2/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/main.cpp b/kmymoney2/main.cpp index 7dde3b4..d31c7d5 100644 --- a/kmymoney2/main.cpp +++ b/kmymoney2/main.cpp @@ -139,7 +139,7 @@ int main(int argc, char *argv[]) } // show startup logo - KStartupLogo* splash = new KStartupLogo(); + TDEStartupLogo* splash = new TDEStartupLogo(); a->processEvents(); args = TDECmdLineArgs::parsedArgs(); |