From aea627236e4de24599c3e30617cf264c3c1b7d40 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:02:43 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- plugins/scan/scan.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/scan/scan.cpp') 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() -- cgit v1.2.1