diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:53:31 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:53:31 -0600 |
commit | 59839acb406a92c7dbcea401687f58af40765ce8 (patch) | |
tree | 5c590e71ed852d9ed47e35eb063018953f5f17a0 /src/main.cpp | |
parent | b1043889eb2d54f6f53f883f88b154d80663fbe0 (diff) | |
download | dolphin-59839acb406a92c7dbcea401687f58af40765ce8.tar.gz dolphin-59839acb406a92c7dbcea401687f58af40765ce8.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9c56f86..0fbac4f 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -56,7 +56,7 @@ int main(int argc, char **argv) TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions(options); - KApplication app; + TDEApplication app; Dolphin& mainWin = Dolphin::mainWin(); mainWin.show(); |