diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:23:08 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:23:08 -0600 |
commit | 8856e75c203aa69be210b2fee1095ab9761aca7e (patch) | |
tree | d59810016bc093e8dd7f2f886f07c45fa25447a5 /kwallet | |
parent | ed70cd1b539ac2e02319b55183a5be7a28f2d116 (diff) | |
download | tdeutils-8856e75c203aa69be210b2fee1095ab9761aca7e.tar.gz tdeutils-8856e75c203aa69be210b2fee1095ab9761aca7e.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'kwallet')
-rw-r--r-- | kwallet/konfigurator/konfigurator.cpp | 6 | ||||
-rw-r--r-- | kwallet/main.cpp | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/kwallet/konfigurator/konfigurator.cpp b/kwallet/konfigurator/konfigurator.cpp index 44e2844..3506f58 100644 --- a/kwallet/konfigurator/konfigurator.cpp +++ b/kwallet/konfigurator/konfigurator.cpp @@ -43,10 +43,10 @@ K_EXPORT_COMPONENT_FACTORY(kcm_kwallet, KWalletFactory("kcmkwallet")) KWalletConfig::KWalletConfig(TQWidget *parent, const char *name, const TQStringList&) : KCModule(KWalletFactory::instance(), parent, name) { - KAboutData *about = - new KAboutData(I18N_NOOP("kcmkwallet"), + TDEAboutData *about = + new TDEAboutData(I18N_NOOP("kcmkwallet"), I18N_NOOP("TDE Wallet Control Module"), - 0, 0, KAboutData::License_GPL, + 0, 0, TDEAboutData::License_GPL, I18N_NOOP("(c) 2003 George Staikos")); about->addAuthor("George Staikos", 0, "[email protected]"); setAboutData( about ); diff --git a/kwallet/main.cpp b/kwallet/main.cpp index 19e452d..7503737 100644 --- a/kwallet/main.cpp +++ b/kwallet/main.cpp @@ -48,9 +48,9 @@ int main(int argc, char **argv) { KCmdLineLastOption }; - KAboutData about("kwalletmanager", I18N_NOOP("TDE Wallet Manager"), "1.1", + TDEAboutData about("kwalletmanager", I18N_NOOP("TDE Wallet Manager"), "1.1", I18N_NOOP("TDE Wallet Management Tool"), - KAboutData::License_GPL, + TDEAboutData::License_GPL, I18N_NOOP("(c) 2003,2004 George Staikos"), 0, "http://www.kde.org/"); |