summaryrefslogtreecommitdiffstats
path: root/kdpkg-install
diff options
context:
space:
mode:
Diffstat (limited to 'kdpkg-install')
-rw-r--r--kdpkg-install/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kdpkg-install/main.cpp b/kdpkg-install/main.cpp
index 77e5f8d..ef5538f 100644
--- a/kdpkg-install/main.cpp
+++ b/kdpkg-install/main.cpp
@@ -38,11 +38,11 @@ static KCmdLineOptions options[] =
int main(int argc, char **argv)
{
// specify data for About dialog
- KAboutData* about = new KAboutData("kdpkg-install", I18N_NOOP("kdpkg-install"), "");
+ TDEAboutData* about = new TDEAboutData("kdpkg-install", I18N_NOOP("kdpkg-install"), "");
about->setProgramLogo( TQImage("/usr/share/icons/hicolor/32x32/apps/kdpkg.png") );
about->setShortDescription( I18N_NOOP("Frontend for dpkg.") );
- about->setLicense(KAboutData::License_GPL_V2);
+ about->setLicense(TDEAboutData::License_GPL_V2);
about->setHomepage("http://trinity.pearsoncomputing.net");
about->setBugAddress("http://bugs.pearsoncomputing.net");
about->setCopyrightStatement("(c) 2010 Timothy Pearson\n(c) 2007 Fabian Würtz");