diff pidgin/gtkidle.h @ 15501:d75099d2567e

gaim_gtk to pidgin. I hope
author Sean Egan <seanegan@gmail.com>
date Sat, 03 Feb 2007 07:23:11 +0000
parents 5fe8042783c1
children 760ef6d78d2d
line wrap: on
line diff
--- a/pidgin/gtkidle.h	Sat Feb 03 01:08:41 2007 +0000
+++ b/pidgin/gtkidle.h	Sat Feb 03 07:23:11 2007 +0000
@@ -22,8 +22,8 @@
  * along with this program; if not, write to the Free Software
  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
  */
-#ifndef _GAIM_GTK_IDLE_H_
-#define _GAIM_GTK_IDLE_H_
+#ifndef _PIDGIN_IDLE_H_
+#define _PIDGIN_IDLE_H_
 
 #include "idle.h"
 
@@ -37,8 +37,8 @@
  *
  * @return The UI operations structure.
  */
-GaimIdleUiOps *gaim_gtk_idle_get_ui_ops(void);
+GaimIdleUiOps *pidgin_idle_get_ui_ops(void);
 
 /*@}*/
 
-#endif /* _GAIM_GTK_IDLE_H_ */
+#endif /* _PIDGIN_IDLE_H_ */