summaryrefslogtreecommitdiffstats
path: root/src/recentfilesaction.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:14:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 23:14:51 -0600
commitabef44c4d682c4a656465f91d019cc1af1b989d1 (patch)
tree7cd5712ae2aec020675938183e0619b62376abcc /src/recentfilesaction.h
parent9aa2a73641f4d386c9667ac946cebfabca872940 (diff)
downloadktechlab-abef44c4d682c4a656465f91d019cc1af1b989d1.tar.gz
ktechlab-abef44c4d682c4a656465f91d019cc1af1b989d1.zip
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'src/recentfilesaction.h')
-rw-r--r--src/recentfilesaction.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/recentfilesaction.h b/src/recentfilesaction.h
index d56baf8..89bc5ed 100644
--- a/src/recentfilesaction.h
+++ b/src/recentfilesaction.h
@@ -11,10 +11,10 @@
#ifndef RECENTFILESACTION_H
#define RECENTFILESACTION_H
-#include <kactionclasses.h>
+#include <tdeactionclasses.h>
/**
-Taken mainly from tdelibs/tdeui/kactionclasses.[cpp/h], author Michael Koch.
+Taken mainly from tdelibs/tdeui/tdeactionclasses.[cpp/h], author Michael Koch.
Adapted to work around strange bug occuring.
*/
class RecentFilesAction : public TDESelectAction