diff options
Diffstat (limited to 'plugins/scan/scan.cpp')
-rw-r--r-- | plugins/scan/scan.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/scan/scan.cpp b/plugins/scan/scan.cpp index 5478744b..b8fd6c60 100644 --- a/plugins/scan/scan.cpp +++ b/plugins/scan/scan.cpp @@ -38,7 +38,7 @@ Scan::Scan(TQObject *parent, const char *name, const TQStringList &) { setInstance(ScanFactory::instance()); - (void) new KAction(i18n("&Scan Image..."), SmallIcon("scanner"), 0, this, TQT_SLOT(slotScan()), actionCollection(), "scan_image"); + (void) new TDEAction(i18n("&Scan Image..."), SmallIcon("scanner"), 0, this, TQT_SLOT(slotScan()), actionCollection(), "scan_image"); } Scan::~Scan() |