kdevkstdaction.h
Go to the documentation of this file.00001 #ifndef _LIB_COMPAT_KDEV_KSTDACTION_H_ 00002 #define _LIB_COMPAT_KDEV_KSTDACTION_H_ 00003 00004 #if !defined(KDE_IS_VERSION) 00005 // for kdelibs < 3.1.0 00006 # define pasteText paste 00007 #else 00008 # if !KDE_IS_VERSION(3,1,93) 00009 // for kdelibs < 3.1.93 00010 # define pasteText paste 00011 # endif 00012 #endif 00013 00014 #endif 00015