summaryrefslogtreecommitdiffstats
path: root/ksirc/puke/pkfiledialog-cmd.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2013-01-27 01:04:58 -0600
committerTimothy Pearson <[email protected]>2013-01-27 01:04:58 -0600
commitb10a61b1fd2fe561ba61a384d4a344bae2a4aa29 (patch)
tree99dc6b2584265b2df91f7dbc1dcbf7a54efd205e /ksirc/puke/pkfiledialog-cmd.h
parent64c3be47ff36e40035ead93f913aeeb1e4f85e4b (diff)
downloadtdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.tar.gz
tdenetwork-b10a61b1fd2fe561ba61a384d4a344bae2a4aa29.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'ksirc/puke/pkfiledialog-cmd.h')
-rw-r--r--ksirc/puke/pkfiledialog-cmd.h56
1 files changed, 0 insertions, 56 deletions
diff --git a/ksirc/puke/pkfiledialog-cmd.h b/ksirc/puke/pkfiledialog-cmd.h
deleted file mode 100644
index 6aebd59e..00000000
--- a/ksirc/puke/pkfiledialog-cmd.h
+++ /dev/null
@@ -1,56 +0,0 @@
-#ifndef PKFILEDIALOG_CMD_H
-#define PKFILEDIALOG_CMD_H
-
-/*
- * We get 2200
- */
-
-// Desc: sets the current directory
-// iWinId: widget
-// iArg: not defined
-// cArg: path
-#define PUKE_KBFD_SET_PATH 2200
-
-// Desc: ack for the set
-// iWinId: widget
-// iArg: not defined
-// cArg: actual path
-#define PUKE_BFD_SET_PATH_ACK -2200
-
-// Desc: sets the current filter
-// iWinId: widget
-// iArg: not defined
-// cArg: filter, as defined in KFileBaseDialog::setFilter
-#define PUKE_KBFD_SET_FILTER 2201
-
-// Desc: ack for the set
-// iWinId: widget
-// iArg: not defined
-// cArg: not define
-#define PUKE_KBFD_SET_FILTER_ACK -2201
-
-// Desc: sets the current file
-// iWinId: widget
-// iArg: not defined
-// cArg: filename (does it need the full path?)
-#define PUKE_KBFD_SET_SELECTION 2202
-
-// Desc: ack for the set
-// iWinId: widget
-// iArg: not defined
-// cArg: not define
-#define PUKE_KBFD_SET_SELECTION_ACK -2202
-
-// Desc: ack for current file select
-// iWinId: not defined
-// iArg: not defined
-// cArg: not defined
-#define PUKE_KBFD_FILE_SELECTED 2203
-
-// Desc: ack for current file select
-// iWinId: widget
-// iArg: not defined
-// cArg: filename
-#define PUKE_KBFD_FILE_SELECTED_ACK -2203
-
-#endif