Rename kwin to twin (part 1 of 2)

pull/1/head
Timothy Pearson 14 years ago
parent d44e6f1e60
commit f67cd2d3fc

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <tqpixmap.h> #include <tqpixmap.h>
#include <kwindowinfo.h> #include <twindowinfo.h>
#include <tqstring.h> #include <tqstring.h>
#include <qtjava/QtSupport.h> #include <qtjava/QtSupport.h>

@ -472,7 +472,7 @@ public class KApplication extends QApplication implements KInstanceInterface {
/** /**
Updates the last user action timestamp to the given time, or to the current time, Updates the last user action timestamp to the given time, or to the current time,
if 0 is given. Do not use unless you're really sure what you're doing. if 0 is given. Do not use unless you're really sure what you're doing.
Consult focus stealing prevention section in kdebase/kwin/README. Consult focus stealing prevention section in kdebase/twin/README.
@short Updates the last user action timestamp to the given time, or to the current time, if 0 is given. @short Updates the last user action timestamp to the given time, or to the current time, if 0 is given.
*/ */
public native void updateUserTimestamp(long time); public native void updateUserTimestamp(long time);
@ -488,7 +488,7 @@ public class KApplication extends QApplication implements KInstanceInterface {
to the given time, or to this application's user time, if 0 is given. to the given time, or to this application's user time, if 0 is given.
Use before causing user interaction in the remote application, e.g. invoking a dialog Use before causing user interaction in the remote application, e.g. invoking a dialog
in the application using a DCOP call. in the application using a DCOP call.
Consult focus stealing prevention section in kdebase/kwin/README. Consult focus stealing prevention section in kdebase/twin/README.
@short Updates the last user action timestamp in the application registered to DCOP with dcopId to the given time, or to this application's user time, if 0 is given. @short Updates the last user action timestamp in the application registered to DCOP with dcopId to the given time, or to this application's user time, if 0 is given.
*/ */
public native void updateRemoteUserTimestamp(String dcopId, long time); public native void updateRemoteUserTimestamp(String dcopId, long time);

@ -32,7 +32,7 @@
#include <kpopupmenu.h> #include <kpopupmenu.h>
#include <kprocess.h> #include <kprocess.h>
#include <ktextedit.h> #include <ktextedit.h>
#include <kwin.h> #include <twin.h>
#include <kjs/interpreter.h> #include <kjs/interpreter.h>
#include <kjs/ustring.h> #include <kjs/ustring.h>

@ -1,6 +1,6 @@
//Auto-generated by kalyptus. DO NOT EDIT. //Auto-generated by kalyptus. DO NOT EDIT.
#include <tqsize.h> #include <tqsize.h>
#include <tqdockwindow.h> #include <tqdoctwindow.h>
#include <tqstring.h> #include <tqstring.h>
#include <tqnamespace.h> #include <tqnamespace.h>

@ -104,7 +104,7 @@ VALUE kconfigskeleton_class = Qnil;
VALUE kconfigskeleton_itemenum_class = Qnil; VALUE kconfigskeleton_itemenum_class = Qnil;
VALUE kconfigskeleton_itemenum_choice_class = Qnil; VALUE kconfigskeleton_itemenum_choice_class = Qnil;
VALUE kio_udsatom_class = Qnil; VALUE kio_udsatom_class = Qnil;
VALUE kwin_class = Qnil; VALUE twin_class = Qnil;
VALUE konsole_part_class = Qnil; VALUE konsole_part_class = Qnil;
bool application_terminated = false; bool application_terminated = false;
}; };
@ -2674,7 +2674,7 @@ static TQRegExp * scope_op = 0;
rb_define_method(klass, "immutable?", (VALUE (*) (...)) _kconfigskeletonitem_immutable, 0); rb_define_method(klass, "immutable?", (VALUE (*) (...)) _kconfigskeletonitem_immutable, 0);
rb_define_method(klass, "isImmutable", (VALUE (*) (...)) _kconfigskeletonitem_immutable, 0); rb_define_method(klass, "isImmutable", (VALUE (*) (...)) _kconfigskeletonitem_immutable, 0);
} else if (packageName.startsWith("KDE::Win::")) { } else if (packageName.startsWith("KDE::Win::")) {
klass = rb_define_class_under(kwin_class, package+strlen("KDE::Win::"), base_class); klass = rb_define_class_under(twin_class, package+strlen("KDE::Win::"), base_class);
rb_define_singleton_method(klass, "new", (VALUE (*) (...)) _new_kde, -1); rb_define_singleton_method(klass, "new", (VALUE (*) (...)) _new_kde, -1);
} else if (packageName.startsWith("KDE::")) { } else if (packageName.startsWith("KDE::")) {
klass = rb_define_class_under(kde_module, package+strlen("KDE::"), base_class); klass = rb_define_class_under(kde_module, package+strlen("KDE::"), base_class);
@ -2845,7 +2845,7 @@ set_new_kde(VALUE (*new_kde) (int, VALUE *, VALUE))
rb_define_singleton_method(ktexteditor_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1); rb_define_singleton_method(ktexteditor_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
rb_define_singleton_method(ktexteditor_module, "const_missing", (VALUE (*) (...)) kde_module_method_missing, -1); rb_define_singleton_method(ktexteditor_module, "const_missing", (VALUE (*) (...)) kde_module_method_missing, -1);
kwin_class = rb_define_class_under(kde_module, "Win", qt_base_class); twin_class = rb_define_class_under(kde_module, "Win", qt_base_class);
kate_module = rb_define_module("Kate"); kate_module = rb_define_module("Kate");
rb_define_singleton_method(kate_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1); rb_define_singleton_method(kate_module, "method_missing", (VALUE (*) (...)) kde_module_method_missing, -1);

@ -1743,7 +1743,7 @@ void marshall_QPairintint(Marshall *m) {
#include <tqdir.h> #include <tqdir.h>
#include <tqobjectlist.h> #include <tqobjectlist.h>
#include <tqwidgetlist.h> #include <tqwidgetlist.h>
#include <tqdockwindow.h> #include <tqdoctwindow.h>
#include <tqnetworkprotocol.h> #include <tqnetworkprotocol.h>
#include <tqtoolbar.h> #include <tqtoolbar.h>
#include <tqtabbar.h> #include <tqtabbar.h>

@ -5,7 +5,7 @@
#include <tqnamespace.h> #include <tqnamespace.h>
#include <tqobject.h> #include <tqobject.h>
#include <tqaction.h> #include <tqaction.h>
#include <tqdockwindow.h> #include <tqdoctwindow.h>
#include <tqlistview.h> #include <tqlistview.h>
#include <tqiconview.h> #include <tqiconview.h>
#include <tqpoint.h> #include <tqpoint.h>

@ -57,7 +57,7 @@ qdict.h
qdir.h qdir.h
qdns.h qdns.h
qdockarea.h qdockarea.h
qdockwindow.h qdoctwindow.h
qdom.h qdom.h
qdragobject.h qdragobject.h
qdrawutil.h qdrawutil.h

@ -130,7 +130,7 @@ kdirsize.h
kdirwatch.h kdirwatch.h
kdiskfreesp.h kdiskfreesp.h
kdockwidget.h kdockwidget.h
kdockwindow.h kdoctwindow.h
kdrawutil.h kdrawutil.h
kdualcolorbtn.h kdualcolorbtn.h
kdualcolorbutton.h kdualcolorbutton.h
@ -367,10 +367,10 @@ kurlrequesterdlg.h
kurlrequester.h kurlrequester.h
kuserprofile.h kuserprofile.h
kvmallocator.h kvmallocator.h
kwindowinfo.h twindowinfo.h
kwindowlistmenu.h twindowlistmenu.h
kwin.h twin.h
kwinmodule.h twinmodule.h
kwizard.h kwizard.h
kwordwrap.h kwordwrap.h
kxmessages.h kxmessages.h

@ -57,7 +57,7 @@ qdict.h
qdir.h qdir.h
qdns.h qdns.h
qdockarea.h qdockarea.h
qdockwindow.h qdoctwindow.h
qdom.h qdom.h
qdragobject.h qdragobject.h
qdrawutil.h qdrawutil.h

Loading…
Cancel
Save