You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tdebindings/kdejava/koala/org/kde/koala/KAccelAction.java

31 lines
1.4 KiB

/***************************************************************************
KAccelAction.java - description
-------------------
begin : Wed Jan 30 16:02:13 2002
copyright : (C) 2000-2001 Lost Highway Ltd.
email : Richard_Dale@tipitina.demon.co.uk
generated by : duke@tipitina on Wed Jan 30 16:02:13 2002, using kalyptus 0.9.
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as published by*
* the Free Software Foundation; either version 2 of the License, or *
* (at your option) any later version. *
* *
***************************************************************************/
package org.kde.koala;
import org.kde.qt.*;
import java.util.*;
import java.lang.Error;
public class KAccelAction implements QtSupport {
private long _qt;
private boolean _allocatedInJavaWorld = true;
protected KAccelAction(Class dummy){}
}