diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:13:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:13:30 -0600 |
commit | 609724b5d29f25236bee59d0cb794602d391a96b (patch) | |
tree | 6a7cbc4d42a570e50e44ad782d9bc6cdee289edb /konq-plugins/fsview/main.cpp | |
parent | da2af448849a961235925b69430584d0bfe94b1f (diff) | |
download | tdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.tar.gz tdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/fsview/main.cpp')
-rw-r--r-- | konq-plugins/fsview/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/konq-plugins/fsview/main.cpp b/konq-plugins/fsview/main.cpp index 105f4c4..f2f2daf 100644 --- a/konq-plugins/fsview/main.cpp +++ b/konq-plugins/fsview/main.cpp @@ -23,9 +23,9 @@ static KCmdLineOptions options[] = int main(int argc, char* argv[]) { // KDE compliant startup - KAboutData aboutData("fsview", I18N_NOOP("FSView"), "0.1", + TDEAboutData aboutData("fsview", I18N_NOOP("FSView"), "0.1", I18N_NOOP("Filesystem Viewer"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP("(c) 2002, Josef Weidendorfer")); TDECmdLineArgs::init(argc, argv, &aboutData); TDECmdLineArgs::addCmdLineOptions(options); |