diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:56:14 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-19 23:56:14 -0600 |
commit | d8be0710ca0ca7d477edb068cf255df229ed73ac (patch) | |
tree | 004f457cd337f69f5a30d5bf74b1d381d3e9a94c /src/main.cpp | |
parent | 9fdfd1e304d56f6ff152b55e9c077d9c07223714 (diff) | |
download | knutclient-d8be0710ca0ca7d477edb068cf255df229ed73ac.tar.gz knutclient-d8be0710ca0ca7d477edb068cf255df229ed73ac.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 5f272fb..f01a285 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -69,7 +69,7 @@ int main(int argc, char *argv[]) // next line is for testing only. // I don't debug KUniqueApplication -// KApplication a; +// TDEApplication a; // KNutClient *knutclient = new KNutClient(!noDock); int returnCode = a.exec(); |