diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:53:09 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:53:09 -0600 |
commit | 9900fe99ce0165168fe3169610532948856b3e2e (patch) | |
tree | 20cc749e91bc89d41b4436d70d28fa926af6a0d9 /src/main.cpp | |
parent | d1cbe3f6822d451f667ac7a286dd6f7a63547aae (diff) | |
download | tdeio-umountwrapper-9900fe99ce0165168fe3169610532948856b3e2e.tar.gz tdeio-umountwrapper-9900fe99ce0165168fe3169610532948856b3e2e.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/main.cpp b/src/main.cpp index 9e249b5..c35ebda 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -39,8 +39,8 @@ static KCmdLineOptions options[] = int main(int argc, char **argv) { - KAboutData about("kio_umountwrapper", I18N_NOOP("kio_umountwrapper"), version, description, - KAboutData::License_GPL, "(C) 2007 Frode M. Døving", 0, 0, "[email protected]"); + TDEAboutData about("kio_umountwrapper", I18N_NOOP("kio_umountwrapper"), version, description, + TDEAboutData::License_GPL, "(C) 2007 Frode M. Døving", 0, 0, "[email protected]"); about.addAuthor( "Frode M. Døving", 0, "[email protected]" ); TDECmdLineArgs::init(argc, argv, &about); TDECmdLineArgs::addCmdLineOptions( options ); |