diff options
author | Timothy Pearson <[email protected]> | 2013-01-19 23:52:38 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-19 23:52:38 -0600 |
commit | c5b8f11d6ff00f55bc94ee8f1d561069f2d4f310 (patch) | |
tree | ec2ebc653a9dc06a858d8c7ae268c1b03cf0dd66 /src | |
parent | ebae805e6faf3ab11b882bd64d76f55ea2a3f96b (diff) | |
download | abakus-c5b8f11d6ff00f55bc94ee8f1d561069f2d4f310.tar.gz abakus-c5b8f11d6ff00f55bc94ee8f1d561069f2d4f310.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/abakus.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/abakus.cpp b/src/abakus.cpp index 91a4ad1..484cf0d 100644 --- a/src/abakus.cpp +++ b/src/abakus.cpp @@ -62,7 +62,7 @@ int main(int argc, char **argv) #endif TDECmdLineArgs::init(argc, argv, about); - KApplication app; + TDEApplication app; MainWindow *win = new MainWindow; app.setMainWidget(win); |