aboutsummaryrefslogtreecommitdiff
path: root/deskutils/basket/files/patch-configaction.h
diff options
context:
space:
mode:
Diffstat (limited to 'deskutils/basket/files/patch-configaction.h')
-rw-r--r--deskutils/basket/files/patch-configaction.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/deskutils/basket/files/patch-configaction.h b/deskutils/basket/files/patch-configaction.h
deleted file mode 100644
index 6f98d004c21d..000000000000
--- a/deskutils/basket/files/patch-configaction.h
+++ /dev/null
@@ -1,13 +0,0 @@
---- basket/configaction.h.orig Mon Sep 8 19:21:02 2003
-+++ basket/configaction.h Mon Sep 8 19:22:16 2003
-@@ -35,8 +35,8 @@
- public:
- ConfigAction(int action = 0, QString runCommand = "");
- ~ConfigAction();
-- inline int action();
-- inline QString runCommand();
-+ inline int action() { return m_action; };
-+ inline QString runCommand() { return m_runCommand; };
- inline void setAction(int action);
- inline void setRunCommand(QString runCommand);
- private: